golang.org/x/text/unicode/bidi.bracketPairs.Swap (method, view implemented interface methods)
one use
golang.org/x/text/unicode/bidi (current package)
bracket.go#L64: func (b bracketPairs) Swap(i, j int) { b[i], b[j] = b[j], b[i] }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)